home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / MWPROPVW.ARJ / MEWLDEMO.DEF < prev    next >
Text File  |  1992-01-27  |  450b  |  32 lines

  1. NAME        WMEWLDEM
  2.  
  3. DESCRIPTION    'MEWLDEMO'
  4.  
  5. EXETYPE     WINDOWS
  6.  
  7. STUB        'WINSTUB.EXE'
  8.  
  9. CODE        PRELOAD MOVEABLE
  10. DATA        PRELOAD MOVEABLE MULTIPLE
  11.  
  12. HEAPSIZE    2048
  13. STACKSIZE    4096
  14.  
  15. EXPORTS
  16.   MainWndProc
  17.   MsgWndProc
  18.   PanelWndProc
  19.   NotepadWndProc
  20.   ListboxDialogProc
  21.   TimerWndProc
  22.   IntervalDlgProc
  23.   CalcDlgProc
  24.   ComboDialogProc
  25.   PVWndProc
  26.   GenericViewerWndProc
  27.   SendMsgWndProc
  28.   About
  29.   EnumWindowPropsProc
  30.   EnumChildrenProc
  31.  
  32.